Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix server crash #34

Closed
wants to merge 3 commits into from
Closed

Fix server crash #34

wants to merge 3 commits into from

Conversation

kovmir
Copy link
Collaborator

@kovmir kovmir commented Jan 27, 2024

Close #33.

To get rid of the following warning when compiling against 16:
cc1: warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security]
Do not try to snip it if there is not enough memory to append the whole
plan, that is error prone and is not worth it. Instead, spit out a
warning when this occurs.
@kovmir kovmir closed this Jan 27, 2024
@kovmir kovmir deleted the fix-server-crash branch January 27, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server crashes due to the lack of memory
1 participant